GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-14T15:55:32.8163625+00:00",
"SubmitDate": "2026-03-14T15:55:32.8163625+00:00",
"ReportPeriodStart": "2026-03-14T15:55:32.8163625+00:00",
"ReportPeriodEnd": "2026-03-14T15:55:32.8163625+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9eaef545-14f8-4770-a041-4d251c7987c9",
"Rows": [
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9eaef545-14f8-4770-a041-4d251c7987c9",
"Rows": [
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3882fb4e-30a2-4fcc-9933-ec6bd1509ad3",
"e0864a89-7c63-47a1-bbff-f52fcfd7bbfb"
],
"Approvers": [
"0e6550eb-5726-46e9-9439-0781f38dd06c",
"96489b69-57bc-483a-b3ba-75eab4be21af"
],
"ApprovedBy": "000c12e5-49de-4c2f-9ee0-25523d1bba20",
"ApprovalDate": "2026-03-14T15:55:32.8163625+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62b0d67f-d734-49ba-8156-d838dc1920e5",
"id": "d7a81093-1fcf-4b3a-91f6-b171c36ae10b",
"ConfigId": "f09e958a-e4d8-49a2-a545-3e355e42b9d9"
},
{
"GenerationDate": "2026-03-14T15:55:32.8163625+00:00",
"SubmitDate": "2026-03-14T15:55:32.8163625+00:00",
"ReportPeriodStart": "2026-03-14T15:55:32.8163625+00:00",
"ReportPeriodEnd": "2026-03-14T15:55:32.8163625+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9eaef545-14f8-4770-a041-4d251c7987c9",
"Rows": [
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9eaef545-14f8-4770-a041-4d251c7987c9",
"Rows": [
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca5e1e7f-1a25-4d2f-95a4-555530f4db86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3882fb4e-30a2-4fcc-9933-ec6bd1509ad3",
"e0864a89-7c63-47a1-bbff-f52fcfd7bbfb"
],
"Approvers": [
"0e6550eb-5726-46e9-9439-0781f38dd06c",
"96489b69-57bc-483a-b3ba-75eab4be21af"
],
"ApprovedBy": "000c12e5-49de-4c2f-9ee0-25523d1bba20",
"ApprovalDate": "2026-03-14T15:55:32.8163625+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62b0d67f-d734-49ba-8156-d838dc1920e5",
"id": "d7a81093-1fcf-4b3a-91f6-b171c36ae10b",
"ConfigId": "f09e958a-e4d8-49a2-a545-3e355e42b9d9"
}
]